home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 40 / af040a.adf / In Case of Difficulty / In Case of Difficulty
Text File  |  1992-09-16  |  7KB  |  160 lines

  1. "IN CASE OF DIFFICULTY"
  2.  
  3. Should  you  experience  some difficulty accessing an MS-DOS
  4. disk,  here  are  some  ideas  that may help narrow down the
  5. problem.  
  6.  
  7. First,  make  sure you have configured the drive you wish to
  8. use  the  MS-DOS  disk  on  by  using  either  the "MountMF"
  9. command  or  the  "Attach"  command.   If  you are using the
  10. "Attach"  command,  specify  the  correct device name of the
  11. drive  you  wish to use.  The device names correspond to the
  12. device  names  given  by  Commodore  (ie. DI0: is the MS-DOS
  13. device name whereas DF0: is the AmigaDOS device name).  
  14.  
  15. The  easiest  way  check  an  MS-DOS  disk  is  to  run  the
  16. "DiskChk"  program  included with CrossDOS to generate error
  17. numbers that can be used with the following charts.  
  18.  
  19. Device Error Codes
  20.  
  21. The  following  is  a list of most of the device error codes
  22. supported.  
  23.  
  24. Err#    Error Name          Description                          
  25. =====================================================================
  26. -1    IOERR_OPENFAIL        device/unit failed to open  
  27. -2    IOERR_ABORTED         request aborted
  28. -3    IOERR_NOCMD           command not supported
  29. -4    IOERR_BADLENGTH       not a valid data length
  30.  
  31. 20    TDERR_NotSpecified    general catchall error code
  32. 21    TDERR_NoSecHdr        couldn't find any sectors on track
  33. 22    TDERR_BadSecPreamble  bad sector header
  34. 23    TDERR_BadSecID        bad sector header
  35. 24    TDERR_BadHdrSum       sector header had incorrect CRC
  36. 25    TDERR_BadSecSum       data had incorrect CRC
  37. 26    TDERR_TooFewSecs      couldn't find enough sectors
  38. 27    TDERR_BadSecHdr       bad sector header
  39. 28    TDERR_WriteProt       can't write to a protected disk
  40. 29    TDERR_DiskChanged     no disk in the drive
  41. 30    TDERR_SeekError       couldn't find track 0
  42. 31    TDERR_NoMem           ran out of memory
  43. 32    TDERR_BadUnitNum      asked for a unit > 3
  44. 33    TDERR_BadDriveType    not a recognized drive
  45. 34    TDERR_DriveInUse      someone else allocated the drive
  46. 35    TDERR_PostReset       user hit reset; awaiting doom
  47. 36    MDERR_OutofTracks     out of physical tracks
  48. 37    MDERR_InvParam        invalid parameter (MD_SETPARMS)
  49. 38    MDERR_IndexNotSync    index signal not available
  50. 39    MDERR_WrongTrack      drive head on wrong physical track
  51. =====================================================================
  52.  
  53. Problem/Solution Chart
  54.  
  55. Problem             Solution (or areas to check)
  56. =====================================================================
  57. "Not a DOS Disk"    Make sure the disk is an MS-DOS standard
  58.  Requester          density formatted disk.  The disk may be
  59.                     an AmigaDOS or MS-DOS high density
  60.                     formatted disk.
  61.  
  62. "Disk Ejected Too   Disk removed before all information
  63.  Soon" Requester    written to it. Replace disk and retry
  64.                     may recover without corruption.  We
  65.                     recommend you wait at least 3 seconds
  66.                     from the last disk access before removing
  67.                     the disk.
  68.  
  69. "FAT Table Corrupt" Important information on the disk is
  70.  Requester          sensed to be corrupt.  Use a disk salvage
  71.                     program on your MS-DOS computer to try to
  72.                     recover data where possible.
  73.  
  74. "Disk Full"         Exceeded the capacity of the system disk.
  75.  Requester using    Remove unnecessary files from the disk or
  76.  "Install_msdosFS"  use "Attach" command.
  77.  
  78. "Not an MS-DOS      Device name selected does not refer to an
  79.  disk" response     MS-DOS configured device.  Chose the
  80.  from "MFormat"     device name such as DI0: instead of DF0:
  81.  
  82. "DF0:BAD" disk      This is OK.  The task that handles the
  83.  icon               device called DF0: cannot recognize a
  84.                     foreign disk format.
  85.  
  86. Used "MountMF"      "MountMF" only configures all the drives
  87.  from WORKBENCH or  as MS-DOS devices but does not load the
  88.  boot file          file system code to save memory.  Your
  89.  but no icon        first access of the device in a program
  90.  appears            will load the file system and the icon
  91.                     should appear.
  92.  
  93. Copied icon to      Copy only files with NO file extension.
  94.  MS-DOS disk using  WORKBENCH icons already have an extension
  95.  WORKBENCH but      (.info).  MS-DOS file names can only have
  96.  cannot properly    one extension.  Also, avoid file names
  97.  access icon later  longer than 8 characters. Rename files if
  98.  on same disk       they are a problem. 
  99.  
  100. Changed the MS-DOS  The 5 1/4" drive does not support the
  101.  disk on the 5 1/4" "diskchange" signal.  When you change
  102.  drive and still    disks, issue the CLI "DiskChange" command
  103.  get the old di-    or our "DiskChg" command on the drive
  104.  rectory from the   before your next access to the new disk. 
  105.  previous disk
  106.  
  107. Copied file to      Avoid using spaces in files names.  The
  108.  MS-DOS disk but    MS-DOS computer ignores everything after
  109.  cannot find it     the space character.
  110.  when reading the
  111.  disk on my PC
  112.  
  113. Error=-4            TDPatch12 or TDPatch13 needs to be applied.
  114.                     Make sure you are not running "NOCLICK" or 
  115.                     "TRACKSALVE"
  116.  
  117. Error=21            Could not find any sectors on the
  118.                     specified track.  Probably not MS-DOS
  119.                     standard density formatted.
  120.  
  121. Error=22            Sector not aligned with index signal
  122.                     from disk.  Usually not disastrous.
  123.                     Retry may recover.
  124.  
  125. Error=23            Sector not found.  Disk may be corrupt.
  126.                     Retry may recover.
  127.  
  128. Error=24            Sector identification info corrupt.
  129.                     Retry may recover.
  130.  
  131. Error=25            Sector data may be corrupt.
  132.                     Retry may recover.
  133.  
  134. Error=38            Index signal from the drive not received.
  135.                     Amiga needs service to correct hardware
  136.                     problem.
  137. =====================================================================
  138.  
  139. If you still have problems, you can call us at:
  140. (313) 459-7271      Mon-Fri   10:00 AM to 5:00 PM  EST
  141.  
  142.  
  143. Helpful Tips
  144.  
  145. Here  are some helpful tips to make using CrossDOS as simple
  146. as possible.  
  147.  
  148. -  Avoid file names longer than 8 characters.  
  149. -  Avoid file extensions longer than 3 characters.  
  150. -  Avoid space in file names or file extensions.  
  151. -  When  using WORKBENCH, avoid transferring files with file
  152.    extensions.  Rename them first if necessary.  
  153. -  Make  sure  the type of file you want to use between both
  154.    the   Amiga   program   and   the   MS-DOS   program  are
  155.    compatible.   Example:  A  Scribble! file is not readable
  156.    by a WordPerfect wordprocessor.  
  157. -  Should  you exhibit read or write errors with no specific
  158.    pattern,  we  suggest you clean the floppy drive heads of
  159.    both the Amiga and MS-DOS computers.  
  160.